home *** CD-ROM | disk | FTP | other *** search
- ' COPYRIGHT:
- '
- ' (C) Copyright Microsoft Corp. 1993. All rights reserved.
- '
- ' You have a royalty-free right to use, modify, reproduce and
- ' distribute the Sample Files (and/or any modified version) in
- ' any way you find useful, provided that you agree that
- ' Microsoft has no warranty obligations or liability for any
- ' Sample Application Files which are modified.
- '
- Type InfoType
- Info As String * 40
- Price As Single
- Unit As String * 3
- End Type
-
- Global ItemInfo(11) As InfoType
-
- Global Const MAXITEMS = 25
-
- Global NumItems As Integer
-
- Global SalesTax As Single
-
-
-
-